Description
Used to specify the greeking thresholds for features in ArcPadPrefs.apx.
Diagram
Overview
|
GREEKING
Used to specify the greeking thresholds for features in ArcPadPrefs.apx.
|
Sequence
|
MULTIPOINT
Specifies the multipoint greeking thresholds.
|
color optional xs:string
|
|
greeking optional Restriction of xs:string
|
|
threshold1 optional Restriction of xs:int
|
|
threshold2 optional Restriction of xs:int
|
|
threshold3 optional Restriction of xs:int
|
|
threshold4 optional Restriction of xs:int
|
|
|
POINT
When parent element is PREFERENCES, POINT specifies the point greeking thresholds.
|
color optional xs:string
|
|
greeking optional Restriction of xs:string
|
|
threshold1 optional Restriction of xs:int
|
|
threshold2 optional Restriction of xs:int
|
|
threshold3 optional Restriction of xs:int
|
|
threshold4 optional Restriction of xs:int
|
|
|
POLYGON
Specifies the polygon greeking thresholds.
|
color optional xs:string
|
|
greeking optional Restriction of xs:string
|
|
threshold1 optional Restriction of xs:int
|
|
threshold2 optional Restriction of xs:int
|
|
threshold3 optional Restriction of xs:int
|
|
threshold4 optional Restriction of xs:int
|
|
|
|
color optional xs:string
|
|
greeking optional Restriction of xs:string
|
|
threshold1 optional Restriction of xs:int
|
|
threshold2 optional Restriction of xs:int
|
|
threshold3 optional Restriction of xs:int
|
|
threshold4 optional Restriction of xs:int
|
|
|
|
Examples
Source
<xs:element name="GREEKING" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>Used to specify the greeking thresholds for features in ArcPadPrefs.apx.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="MULTIPOINT">
<xs:annotation>
<xs:documentation>Specifies the multipoint greeking thresholds.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute default="128,128,128" ref="color">
<xs:annotation>
<xs:documentation>Specifies the default greeking color for multipoint geometry.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="true" ref="greeking">
<xs:annotation>
<xs:documentation>Flag that determines whether multipoint geometry will be greeked.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="3" ref="threshold1">
<xs:annotation>
<xs:documentation>Specifies the pixel threshold for drawing multipoint features as single pixels.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="8" ref="threshold2">
<xs:annotation>
<xs:documentation>Specifies the pixel threshold for drawing multipoint features using their actual symbols' greeking styles.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="0" ref="threshold3">
<xs:annotation>
<xs:documentation>Not used.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="0" ref="threshold4">
<xs:annotation>
<xs:documentation>Not used.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="POINT">
<xs:annotation>
<xs:documentation>When parent element is PREFERENCES, POINT specifies the point greeking thresholds.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute default="128,128,128" ref="color">
<xs:annotation>
<xs:documentation>Specifies the default greeking color for point geometry.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="true" ref="greeking">
<xs:annotation>
<xs:documentation>Flag that determines whether point geometry will be greeked.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="0" ref="threshold1">
<xs:annotation>
<xs:documentation>Not used. Point greeking is either on or off.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="0" ref="threshold2">
<xs:annotation>
<xs:documentation>Not used. Point greeking is either on or off.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="0" ref="threshold3">
<xs:annotation>
<xs:documentation>Not used. Point greeking is either on or off.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="0" ref="threshold4">
<xs:annotation>
<xs:documentation>Not used. Point greeking is either on or off.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="POLYGON">
<xs:annotation>
<xs:documentation>Specifies the polygon greeking thresholds.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute default="128,128,128" ref="color">
<xs:annotation>
<xs:documentation>Specifies the default greeking color for polygon geometry.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="true" ref="greeking">
<xs:annotation>
<xs:documentation>Flag that determines whether polygon geometry will be greeked.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="1" ref="threshold1">
<xs:annotation>
<xs:documentation>Specifies the pixel threshold for drawing polygon features as single pixels.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="3" ref="threshold2">
<xs:annotation>
<xs:documentation>Specifies the pixel threshold for drawing polygon features as rectangles.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="5" ref="threshold3">
<xs:annotation>
<xs:documentation>Specifies the pixel threshold for drawing polygon features as greeking colored polygons with no outlines.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="8" ref="threshold4">
<xs:annotation>
<xs:documentation>Specifies the pixel threshold for drawing polygon features using their actual symbols' greeking styles.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="POLYLINE">
<xs:complexType>
<xs:attribute default="128,128,128" ref="color">
<xs:annotation>
<xs:documentation>Specifies the default greeking color for polyline geometry.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="true" ref="greeking">
<xs:annotation>
<xs:documentation>Flag that determines whether polyline geometry will be greeked.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="1" ref="threshold1">
<xs:annotation>
<xs:documentation>Specifies the pixel threshold for drawing polyline features as single pixels.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="4" ref="threshold2">
<xs:annotation>
<xs:documentation>Specifies the pixel threshold for drawing polyline features as greeking colored hairlines.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="8" ref="threshold3">
<xs:annotation>
<xs:documentation>Specifies the pixel threshold for drawing polyline features using their actual symbols' greeking styles.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute default="0" ref="threshold4">
<xs:annotation>
<xs:documentation>Not used.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|
See Also